FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportObjectNamedList<TItem> Class
Properties Methods


In This Topic
    ReportObjectNamedList<TItem> Class Members
    In This Topic

    The following tables list the members exposed by ReportObjectNamedList<TItem>.

    Public Properties
     NameDescription
    Public Property (Inherited from C1.Xaml.FlexReport.ReportObjectList<TItem>)
    Public PropertyOverloaded. Gets the element with specified name. (Inherited from C1.Xaml.FlexReport.ReportObjectList<TItem>)
    Public PropertyGets the C1FlexReport object owning this collection. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether the collection contains a specific item. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Public MethodCopies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Public MethodGets the item by its name, returns null if not found. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Public MethodGets the index of the element by its name. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Public MethodGets the index of the element. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Public MethodMoves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Top
    See Also